Uses of Class
org.eclipse.vtp.framework.interactions.core.commands.InitialCommand

Packages that use InitialCommand
org.eclipse.vtp.framework.interactions.core.commands   
org.eclipse.vtp.framework.interactions.core.support   
org.eclipse.vtp.framework.interactions.voice.services   
 

Uses of InitialCommand in org.eclipse.vtp.framework.interactions.core.commands
 

Methods in org.eclipse.vtp.framework.interactions.core.commands with parameters of type InitialCommand
 java.lang.Object IConversationCommandVisitor.visitInitial(InitialCommand initialCommand)
          Called when this visitor is passed to an initial command instance.
 

Uses of InitialCommand in org.eclipse.vtp.framework.interactions.core.support
 

Methods in org.eclipse.vtp.framework.interactions.core.support with parameters of type InitialCommand
protected  IDocument AbstractPlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)
          Renders the initial document to the user.
 

Uses of InitialCommand in org.eclipse.vtp.framework.interactions.voice.services
 

Methods in org.eclipse.vtp.framework.interactions.voice.services with parameters of type InitialCommand
protected  IDocument VoicePlatform.renderInitialDocument(ILinkFactory links, InitialCommand initialCommand)